home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Tri25.Form < prev    next >
Text File  |  1994-04-27  |  261b  |  33 lines

  1. Tri25
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-5.0
  6.         x2= 5.0
  7.         y1=-5.0
  8.         y2= 5.0
  9.         bailout=2.0
  10.     }
  11.     {
  12.         s=pixel
  13.         t=[1.0,0.0]/s
  14.         r=log(t)
  15.         pixel=sin(t)
  16.         pixel=log(pixel)
  17.         c=pixel
  18.         z=pixel
  19.     }
  20.     {
  21.         z=z*z
  22.         z=[1.0,0.0]/z
  23.         z=sin(z)
  24.         z=z+c
  25.         w=abs(z)
  26.     }
  27.     {
  28.         w>bailout
  29.     }
  30.     {
  31.     }
  32. }
  33.